These constants are used to determine how specific rdoResultset rows were affected by the last BatchUpdate method.
Constant | Value | Description |
rdRowUnmodified | 0 | The row has not been modified or has been updated successfully. |
rdRowModified | 1 | The row has been modified but has not been updated in the database. |
rdRowNew | 2 | The row has been inserted with the AddNew method but not yet inserted into the database. |
rdRowDeleted | 3 | The row has been deleted but not yet deleted in the database. |
rdRowDBDeleted | 4 | The row has been deleted locally and in the database. |